Replies: 1 comment
-
I use now GET_ORDER_REPORT_DATA_INVOICING or GET_FLAT_FILE_ORDER_REPORT_DATA_INVOICING. in both i get all needed informations. So it is fixed for me |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
since a few days we have access to the PII Data from Amazon. Before we got always some error message, when we try to use your function, which access the PII Information. Now it works. We get data back. But looks like there is something missing.
If i use the function public void GetOrdersPIIAdvance()
i get the following answer. But where are the invoice address details. I got delivery Address and Invoice Name, but no invoice address. All this information is also available without PII. We can download same order by old MWS API and there i can see more informations like full invoice address. I tried also several other PII Examples from you, but on each of them it don't see the Invoice details ;-(
class Order {
AmazonOrderId: 305-xxxxxx-xxxxxx
SellerOrderId:
PurchaseDate: 2023-01-11T08:36:47Z
LastUpdateDate: 2023-01-11T09:16:06Z
OrderStatus: Unshipped
FulfillmentChannel: MFN
SalesChannel: Amazon.de
OrderChannel:
ShipServiceLevel: Std DE Dom_6
OrderTotal: class Money {
CurrencyCode: EUR
Amount: 48.95
}
NumberOfItemsShipped: 0
NumberOfItemsUnshipped: 1
PaymentExecutionDetail:
PaymentMethod: Other
PaymentMethodDetails: class PaymentMethodDetailItemList {
FikaAmazonAPI.AmazonSpApiSDK.Models.Orders.PaymentMethodDetailItemList
}
MarketplaceId: A1PA6795UKMFR9
ShipmentServiceLevelCategory: Standard
EasyShipShipmentStatus:
CbaDisplayableShippingLabel:
OrderType: StandardOrder
EarliestShipDate: 2023-01-11T23:00:00Z
LatestShipDate: 2023-01-12T22:59:59Z
EarliestDeliveryDate: 2023-01-12T23:00:00Z
LatestDeliveryDate: 2023-01-14T22:59:59Z
IsBusinessOrder: True
IsPrime: False
IsPremiumOrder: False
IsGlobalExpressEnabled: False
ReplacedOrderId:
IsReplacementOrder: False
PromiseResponseDueDate:
IsEstimatedShipDateSet:
IsSoldByAB: False
IsIBA:
DefaultShipFromLocationAddress: class Address {
Name: Ship-From
AddressLine1: xxx
AddressLine2: xxx
AddressLine3:
City: xxx
County:
District:
StateOrRegion:
Municipality:
PostalCode: xxx
CountryCode: DE
Phone: 123456789
AddressType:
}
FulfillmentInstruction:
IsISPU: False
MarketplaceTaxInfo:
SellerDisplayName:
ShippingAddress: class Address {
Name: xxx xxx
AddressLine1: Kirchstraße xx
AddressLine2:
AddressLine3:
City: xxx
County:
District:
StateOrRegion:
Municipality:
PostalCode: xxxxx
CountryCode: DE
Phone: xxxxxxxx
AddressType: Residential
}
BuyerInfo: class BuyerInfo {
BuyerEmail: [email protected]
BuyerName: Pxxx
BuyerCounty:
BuyerTaxInfo:
PurchaseOrderNumber:
}
Beta Was this translation helpful? Give feedback.
All reactions