Save Naturally - Sign Data
This system is an essential part of transferring sign data from Save Naturally to GPC. On this page, we'll dive into the request for sending data using the API.
Sign Model
StoreName
string
required
ShipToName
string
required
ShipToAddress1
string
required
ShipToAddress2
string
ShipToCity
string
required
ShipToState
string
required
ShipToZip
string
required
ShipToCountry
string
required
ShipToUrbanization
string
Row1Color
string
Row1FontColor
string
Location
string
UPC
string
required
BrandName
string
ItemName
string
required
Row2Color
string
Row2FontColor1
string
CustomWording1
string
Row2FontColor2
string
MemberExclusiveSavings2
string
Row3Color
string
Row3FontColor
string
DiscountAmount
number
required
Action
string
Row4Color
string
Row4FontColor
string
Logo
string
CampaignDate
string
required
CustomWording2
string
Error Codes
api_key_missing
The request's Authorization header did not contain an API key.
invalid_api_key
The API key failed to authenticate. Double check that it has not been rotated.
api_key_forbidden
The API key provided does not have permission to perform the requested action.
insecure_connection
A non-HTTPS request was detected. The exposed API key has been revoked and rotated.
no_body
The request body was empty.
bad_request
The event payload contains invalid data types or is missing required fields.
server_error
Something went wrong on our end. The GPC development team has been notified.
Add Sign
Parameters
No parameters.
Attributes
No attributes.
Returns
An empty 202 Accepted response upon success. If an error occurs an Error model will be returned.