Ship-To Assignments REST Endpoints
SCM Common/B2B Account Numbers/Ship-To Assignments
The ShipTo Assignments resource is used to manage the list of ship-to locations that are associated with a B2B account number.
- Create ship-to assignments
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/b2bAccountNumbers/{AccountNumberId}/child/shipToAssignments - Delete one ship-to assignment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/b2bAccountNumbers/{AccountNumberId}/child/shipToAssignments/{ShipToAssignmentId} - Get all ship-to assignments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/b2bAccountNumbers/{AccountNumberId}/child/shipToAssignments - Get one ship-to assignment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/b2bAccountNumbers/{AccountNumberId}/child/shipToAssignments/{ShipToAssignmentId} - Update one ship-to assignment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/b2bAccountNumbers/{AccountNumberId}/child/shipToAssignments/{ShipToAssignmentId}