amazon-spapi 2.0.3

A Rust client library for Amazon Selling Partner API (SP-API)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# CreditNoteDetails

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**reference_invoice_number** | Option<**String**> | Original Invoice Number when sending a credit note relating to an existing invoice. One Invoice only to be processed per Credit Note. This is mandatory for AP Credit Notes. | [optional]
**debit_note_number** | Option<**String**> | Debit Note Number as generated by Amazon. Recommended for Returns and COOP Credit Notes. | [optional]
**returns_reference_number** | Option<**String**> | Identifies the Returns Notice Number. Mandatory for all Returns Credit Notes. | [optional]
**goods_return_date** | Option<**String**> | Defines a date and time according to ISO8601. | [optional]
**rma_id** | Option<**String**> | Identifies the Returned Merchandise Authorization ID, if generated. | [optional]
**coop_reference_number** | Option<**String**> | Identifies the COOP reference used for COOP agreement. Failure to provide the COOP reference number or the Debit Note number may lead to a rejection of the Credit Note. | [optional]
**consignors_reference_number** | Option<**String**> | Identifies the consignor reference number (VRET number), if generated by Amazon. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)