Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meaning of the Fulfillment-inbound-api-v2024-03-20 ListInbounPlans LastUpdateAt #4290

Open
liuguoxiang9965 opened this issue Nov 4, 2024 · 6 comments

Comments

@liuguoxiang9965
Copy link

Fulfillment-inbound-api-v2024-03-20 Whether the last updated time field (lastUpdatedAt) returned in each shipment plan in the API listInboundPlans list interface can represent:
After the shipment, boxes, goods and other related information under the shipment plan changes, the last update time field will also change. Please elaborate on the behavior involved in causing the change in the last update time field, such as: change in the status of the shipment;Can anyone help?

@liuguoxiang9965
Copy link
Author

If I need to synchronize these data, can I incrementally obtain inboundPlan, shipments, boxes and other information through the last update time?If not, is there any other way to obtain this data incrementally?

@puppsupr puppsupr self-assigned this Nov 7, 2024
@puppsupr
Copy link

puppsupr commented Nov 9, 2024

Hi,
lastUpdatedAt will update whenever some change occurs to the inbound plan including changing the quantities, once shipment status gets updated, etc. Also we provide couple of FBA Reports where you can shipments data.

@liuguoxiang9965
Copy link
Author

@puppsupr Okay, thanks, I probably already know the answer to the first question. Is the second question feasible?

@liuguoxiang9965
Copy link
Author

liuguoxiang9965 commented Nov 11, 2024

Now there is another problem: I found that the InboundPlan's LastUpdateAt does not effectively represent the most recent update time of the shipment
For example: The last update time of InboundPlan is 2024-09-09, but the most recent update time from the Amazon store is 2024-10-30 (The latest update time of the shipment obtained from the background system)
Corresponding interface to obtain InboundPlan details: FBA Fulfillment-0320 GetInboundPlan interface
Return data:

{
    "createdAt": "2024-08-30T05:18:53Z",
    "inboundPlanId": "wf02b5cdbd-281d-4e86-a90e-5683868689be",
    "lastUpdatedAt": "2024-09-09T16:51:34Z",
    "marketplaceIds": [
        "ATVPDKIKX0DER"
    ],
    "name": "",
    "packingOptions": [
        {
            "packingOptionId": "po00000000-0000-0000-0000-000000000000",
            "status": "ACCEPTED"
        }
    ],
    "placementOptions": [
        {
            "placementOptionId": "plac2a60e9-b134-4317-9962-5447c15646d8",
            "status": "ACCEPTED"
        }
    ],
    "shipments": [
        {
            "shipmentId": "sh48af4c05-630f-4029-97a2-44828cee4373",
            "status": "RECEIVING"
        },
        {
            "shipmentId": "shcd8cf986-1717-40a4-90f2-f471410a1922",
            "status": "CLOSED"
        }
    ],
    "sourceAddress": {
        "addressLine1": "BaiYunHuJie DaGang XiJie 36 hao A Dong 1 Lou 102 Shi",
        "city": "Guangzhou",
        "countryCode": "CN",
        "name": "US Rich Choices",
        "phoneNumber": "8613035791762",
        "postalCode": "510000",
        "stateOrProvinceCode": "Guangdong"
    },
    "status": "SHIPPED"
}'

Request header:

headers={x-amz-apigw-id=OPFda4f4caf8e3b, Server=Server, Connection=keep-alive, x-amz-rid=BQQCV936SMCXR95XSZCD, Date=Mon,
11 Nov 2024 05: 52: 16 GMT, X-Amzn-Trace-Id=Root=1-67319b90-da4f4caf8e3b4b20, x-amzn-RateLimit-Limit=2.0, Strict-Transport-Security=max-age=47474747; includeSubDomains; preload, OkHttp-Received-Millis=1731304336717, OkHttp-Sent-Millis=1731304332535, x-amzn-RequestId=da4f4caf-8e3b-4b20-a85b-6d9561b470f1, Vary=Content-Type,Accept-Encoding,User-Agent, Content-Length=802, Content-Type=application/json
}

Why does this happen? @puppsupr

@liuguoxiang9965
Copy link
Author

Background screenshot and exported file screenshot:
img_v3_02g7_dd9d1fa4-dfff-4e97-a98a-dda327a7901g
20241111-150945

@MeenaAmz
Copy link
Contributor

@liuguoxiang9965 The update should be due to some related change in the inbound plan. Please open a support case following the guidance here so we can further look into the reason for update.

Thanks
Meena
Selling Partner Developer Services

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants