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: post
Path: /fscmRestApi/resources/11.13.18.05/b2bAccountNumbers/{AccountNumberId}/child/shipToAssignments
Delete one ship-to assignment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/b2bAccountNumbers/{AccountNumberId}/child/shipToAssignments/{ShipToAssignmentId}
Get all ship-to assignments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/b2bAccountNumbers/{AccountNumberId}/child/shipToAssignments
Get one ship-to assignment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/b2bAccountNumbers/{AccountNumberId}/child/shipToAssignments/{ShipToAssignmentId}
Update one ship-to assignment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/b2bAccountNumbers/{AccountNumberId}/child/shipToAssignments/{ShipToAssignmentId}