shipFromSupplySourceId - Where do we get the ID to fill the field? #4000
Replies: 8 comments 13 replies
-
I encountered the same problem, please help! |
Beta Was this translation helpful? Give feedback.
-
The shipFromSupplySourceId is optional. However, if you have configured SupplySources, you can use the Supply Sources API in order to configure and get the id from the supply source. Please visit the API page here: https://developer-docs.amazon.com/sp-api/docs/supply-sources-api-v2020-07-01-reference Best, |
Beta Was this translation helpful? Give feedback.
-
Yes, the parameter seems to be completely ignored. It does not matter
which supply source GUID we apply to the call, the default is chosen in the
shipment.
…On Mon, Aug 12, 2024 at 5:09 AM jawherallani ***@***.***> wrote:
Hi @tang226 <https://github.com/tang226>,
Our teams are aware and still working on this case. You will receive
updates once there is progress.
I hope this helps!
Best,
Jawher
Selling Partner API Solutions Architect
—
Reply to this email directly, view it on GitHub
<#4000 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGHL26O4KDVVPBAX22YCY4LZRCCUHAVCNFSM6AAAAABKH57SCCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMZRGIZTCOA>
.
You are receiving this because you were mentioned.Message ID:
<amzn/selling-partner-api-models/repo-discussions/4000/comments/10312318@
github.com>
--
Jeremy Clark
Bullfrog Software
***@***.***
432.235.0070 (office/voice)
432.235.0037 (text/sms)
http://www.bullfrogsoft.com
http://www.linkedin.com/in/bullfrogsoftware
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the system manager.
This message contains confidential information and is intended only for the
individual named. If you are not the named addressee you should not
disseminate, distribute or copy this email. Please notify the sender
immediately by email if you have received this email by mistake and delete
this email from your system. If you are not the intended recipient you are
notified that disclosing, copying, distributing or taking any action in
reliance on the contents of this information is strictly prohibited.
|
Beta Was this translation helpful? Give feedback.
-
We are experiencing the same issue. Any update? |
Beta Was this translation helpful? Give feedback.
-
The issue still persist. @jawheral 3 months since your teams being aware of this case and not update yet. |
Beta Was this translation helpful? Give feedback.
-
A case opened with Amazon revealed some information. They indicated that
sending the shipFromSupplySourceId value DOES actually write the value to
the database with the package, but the link between the data and the Seller
Central display screen is broken or not developed, so the correct value
will not be reflected when you go to check it.
…On Tue, Dec 10, 2024 at 1:31 PM vijaysolanki10 ***@***.***> wrote:
The issue still persist. @jawheral <https://github.com/jawheral> 3 months
since your teams being aware of this case and not update yet.
—
Reply to this email directly, view it on GitHub
<#4000 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGHL26IFW3WOTZYSA5IA2B32E46QPAVCNFSM6AAAAABKH57SCCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNJSGUYDKNA>
.
You are receiving this because you were mentioned.Message ID:
<amzn/selling-partner-api-models/repo-discussions/4000/comments/11525054@
github.com>
--
Jeremy Clark
Bullfrog Software
***@***.***
432.235.0070 (office/voice)
432.235.0037 (text/sms)
http://www.bullfrogsoft.com
http://www.linkedin.com/in/bullfrogsoftware
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the system manager.
This message contains confidential information and is intended only for the
individual named. If you are not the named addressee you should not
disseminate, distribute or copy this email. Please notify the sender
immediately by email if you have received this email by mistake and delete
this email from your system. If you are not the intended recipient you are
notified that disclosing, copying, distributing or taking any action in
reliance on the contents of this information is strictly prohibited.
|
Beta Was this translation helpful? Give feedback.
-
You can try using the feed api, which solves my problem |
Beta Was this translation helpful? Give feedback.
-
You can try using the feed api, which solves my problem https://developer-docs.amazon.com/sp-api/docs/order-feed-type-values |
Beta Was this translation helpful? Give feedback.
-
No documentation leads us to what piece of information we need to use to specify the warehouse we are shipping from. Anyone know?
POST https://sellingpartnerapi-na.amazon.com/orders/v0/orders/123-1234567-1234567/shipmentConfirmation
{
"marketplaceId": "ATVPDKIKX0DER",
"codCollectionMethod": "",
"packageDetail": {
"packageReferenceId": "123",
"carrierCode": "UPS",
"carrierName": "UPS",
"shippingMethod": "SHIPPING",
"trackingNumber": "1Z86V8030385598957",
"shipDate": "2022-11-30T16:15:30Z",
"shipFromSupplySourceId": "057d3fcc-b750-419f-bbcd-4d340c60c430", <----- This ID ... ??
"orderItems":[{
"orderItemId": "60696125413094",
"quantity": 1
}]
}
}
Beta Was this translation helpful? Give feedback.
All reactions