List Production Schedule Finished Policies
Beta/v1/operations/production-schedules/{id}/finished-policiesThis endpoint is idempotent. Learn more
Returns the per-finished-SKU inventory targets behind a schedule version, grouped under the constraint item each one is made from.
The item policies pool every finished good a constraint item feeds into one echelon figure, which is what the build decision is made against. These rows are what that pooling hides: each finished SKU's own demand, its own variability, its own stock, and a buffer sized against the finishing lead time rather than the constraint's.
The two stages do not overlap, so together they describe the whole network's stock without counting any of it twice: the constraint stage holds its pooled buffer, and the finished stage holds these.
idstringID of the schedule version.
objectstringenumValues:listResource type identifier.
page_infoobjectPagination metadata.
next_page_urlstringnullableRelative URL that fetches the next page of results.
null when the last page has been reached.
previous_page_urlstringnullableRelative URL that fetches the previous page of results.
null while on the first page.
has_next_pagebooleanWhether more results exist after this page.
has_prev_pagebooleanWhether results exist before this page.
dataarray of production_schedule_finished_policyResources in this page.
idstringFinished policy ID.
objectstringenumValues:production_schedule_finished_policyResource type identifier.
production_scheduleentitynullableThe schedule version this was snapshotted onto.
idstringUnique identifier for the entity.
objectstringenumValues:entityResource type identifier.
typestringenumValues:accountactorentityThe resource kind that this entity references, as an object-type value (e.g. user, account).
Unlike object — which is always entity — this names the underlying resource the id points to.
namestringnullableHuman-readable display name for the entity (e.g. a user's full name, a sales order number).
handlestringnullableSecondary human-readable identifier (e.g. email address, username, redacted API key value).
itementitynullableThe finished good.
idstringUnique identifier for the entity.
objectstringenumValues:entityResource type identifier.
typestringenumValues:accountactorentityThe resource kind that this entity references, as an object-type value (e.g. user, account).
Unlike object — which is always entity — this names the underlying resource the id points to.
namestringnullableHuman-readable display name for the entity (e.g. a user's full name, a sales order number).
handlestringnullableSecondary human-readable identifier (e.g. email address, username, redacted API key value).
skustringSKU of the finished good.
greige_itementitynullableThe constraint item this is made from.
idstringUnique identifier for the entity.
objectstringenumValues:entityResource type identifier.
typestringenumValues:accountactorentityThe resource kind that this entity references, as an object-type value (e.g. user, account).
Unlike object — which is always entity — this names the underlying resource the id points to.
namestringnullableHuman-readable display name for the entity (e.g. a user's full name, a sales order number).
handlestringnullableSecondary human-readable identifier (e.g. email address, username, redacted API key value).
greige_skustringSKU of that constraint item.
product_lineentitynullableProduct line the finished good belongs to.
idstringUnique identifier for the entity.
objectstringenumValues:entityResource type identifier.
typestringenumValues:accountactorentityThe resource kind that this entity references, as an object-type value (e.g. user, account).
Unlike object — which is always entity — this names the underlying resource the id points to.
namestringnullableHuman-readable display name for the entity (e.g. a user's full name, a sales order number).
handlestringnullableSecondary human-readable identifier (e.g. email address, username, redacted API key value).
annual_demandnumberThis SKU's own annual demand.
weekly_demandnumberThis SKU's own weekly demand.
sigma_weeklynumberThis SKU's own weekly demand variability. The constraint buffer pools these as the root of the sum of squares; these targets use them one at a time.
safety_stocknumberBuffer held as this finished good, covering the finishing lead time.
reorder_pointnumberStock position at which this finished good needs replenishing.
on_handnumberThis SKU's own stock, not the echelon it contributes to.
weeks_of_covernumberWeeks of demand this SKU's own stock covers.
created_atstring (date-time)Creation timestamp.
updated_atstring (date-time)Last updated timestamp.
Responses
Successful response for List Production Schedule Finished Policies